Touch screen driver installation for fedora 9 and X11 
(C) 2008 Chart Wu

==============================================================================
QUICKSTART GUIDE
==============================================================================
1. setup xorg driver
   a. decompress xfhiddrv_drv.tar.gz
      #gzip -d xfhiddrv_drv.tar.gz
      #tar xvf xfhiddrv_drv.tar 
   b. Copy xfhiddrv_drv.so to /usr/lib/xorg/modules/input/xfhiddrv_drv.so 

      #cp   xfhiddrv_drv.o /usr/lib/xorg/modules/input/xfhiddrv_drv.so

   c. In the Section "ServerLayout" Add the following line (refer to xorg.conf)
      InputDevice    "HID TOUCH"

   d. Add the following section

      Section "InputDevice"
	   Identifier  "HID TOUCH"
	   Driver      "xfhiddrv"
	   Option      "Device"           "/dev/ttyS0"
	   Option      "ScreenNo"         "0"
	   Option      "Rotation"         "0"
	   Option      "SwapY"            "0"
	   Option      "DebugLevel"       "0"
	   Option      "SendCoreEvents"   "yes"
	   Option      "DownSound"        "0"
       	   Option      "UpSound"          "0"
      EndSection

   e. Press Ctrl+Alt+Backspace to restart X server. 



      
      
